home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00585_Script_Bribe Exit Script < prev    next >
Text File  |  1995-05-21  |  683b  |  25 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome, thePayEnd
  3.   if the movieTime of sprite 48 >= thePayEnd then
  4.     set the loch of sprite 3 to 1000
  5.     set the locv of sprite 3 to 1000
  6.     puppetsprite 48, false
  7.     repeat with d = 9 to 10
  8.       puppetsprite d, false
  9.     end repeat
  10.     set the movietime of sprite 48 to 0
  11.     set the sound of cast¼
  12.  string(the name of cast value(the castNum of sprite 48)) to 0
  13.     puppetsprite 3, false
  14.     updatestage
  15.     if snap1 = 0 and snap2 = 0 then
  16.       go frame whichOutcome
  17.     else
  18.       go frame "Darkroom"
  19.     end if
  20.     puppetsound 0
  21.     updatestage
  22.   else
  23.     go to the frame
  24.   end if
  25. end